flingCapturedView

open fun flingCapturedView(minLeft: Int, minTop: Int, maxLeft: Int, maxTop: Int)(source)

Settle the captured view based on standard free-moving fling behavior. The caller should invoke continueSettling on each subsequent frame to continue the motion until it returns false.

Parameters

minLeft

Minimum X position for the view's left edge

minTop

Minimum Y position for the view's top edge

maxLeft

Maximum X position for the view's left edge

maxTop

Maximum Y position for the view's top edge